home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / icmake-6.000 / icmake-6 / icmake / un / funjmpt.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  219 b   |  13 lines

  1. #include "icmun.h"
  2.  
  3. void fun_jmp_true ()
  4. {
  5.     INT16
  6.         offs;
  7.  
  8.     offs = getint16 (infile);
  9.     dumpint ( (UNS16) offs);
  10.     printf ("jmp true [%s]\n",
  11.             hexstring ((int) (ftell (infile) + offs), 4));
  12. }
  13.